EnumerateISOItems method   

Enumerate all items in the ISO image through the EnumISOItems event. All items in the image can be enumerated with ParentDestPath set to the root of the image ('\'). Any directory in the image can be enumerated by setting ParentDestPath to '\[DirectoryName]'.

Return Type

A Boolean value.

Syntax

object.EnumerateISOItems(ParentDestPath As String)

The EnumerateISOItems method syntax has these parts:

Part Description
object An expression evaluating to an object of type CDWriterXP.
ParentDestPathString